3.1.1 多路复用器
这个8位宽的2选1多路复用器无法正常工作。请修复其中的错误(或漏洞)。
模块声明
module top_module (
input sel,
input [7:0] a,
input [7:0] b,
output [7:0] out );
这个8位宽的2选1多路复用器无法正常工作。请修复其中的错误(或漏洞)。
模块声明
module top_module (
input sel,
input [7:0] a,
input [7:0] b,
output [7:0] out );